DH API 6.0.45580.2
Overview
- Release Date: Oct 15, 2024
- Previous Release Version: N/A
Breaking Changes
OrchestratorServices
- #337 Added support for removal of server dependency
- Previously the data and file to be processed must be present in the server on which the service is running. Now the services are downloading files from database and saving it on server, hence removing the server dependency.
- #463 Introducing Stream Versioning
- Implementing stream versioning to retain stream data in the database when updates occur, rather than deleting the existing stream. The runcontrol service now differentiates between old and updated streams with the same streamid by using the as_on_date field.
ExecutorServices
- #418 Updated to support Stream Versioning
- Updated the program to support the changes made from stream versioning.
UploadFiles
- #418 Updated to support Stream Versioning
- Updated the program to support the changes made from stream versioning. A new input parameter called user_name has been introduced. This parameter is used to insert value into default maker and checker column in FileDef table.
ScenarioMigration
- #418 Updated to support Stream Versioning
- It will migrate all versions of the same stream.
ScenarioChecker
- #418 Updated to support Stream Versioning
- It will check scenarios of all versions of the same stream.
Autosys
- No Change
RuleHandler
- #357 New developed program
- Newly developed Batch to fetch rules from Database.
Fixes
OrchestratorServices
- #511 Updated process summary
- Updated process summary to support both paths with or without DHSettings and download the metadata in same order.
Deprecated Features
InterBatchDependency
- #469 Program deprecated
- Program is deprecated as orchestrator supports batch-level dependency.
Program Details
# | Program | Current Version | Breakin Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | OrchestratorServices | 6.0.0 | Added support for removal of server dependency, Introducing Stream Versioning | N/A | Updated process summary | N/A |
2 | ExecutorServices | 6.0.0 | Updated to support Stream Versioning | N/A | N/A | N/A |
3 | UploadFiles | 6.0.0 | Updated to support Stream Versioning | N/A | N/A | N/A |
4 | ScenarioMigration | 6.0.0 | Updated to support Stream Versioning | N/A | N/A | N/A |
5 | ScenarioChecker | 6.0.0 | Updated to support Stream Versioning | N/A | N/A | N/A |
6 | Autosys | 6.0.0 | N/A | N/A | N/A | N/A |
7 | RuleHandler | 6.0.0 | New developed program | N/A | N/A | N/A |
8 | InterBatchDependency | 6.0.0 | N/A | N/A | N/A | Program deprecated |